Floor Groups
Table Name: GXT_FLOORGROUPS_TBL
List
Request a list of floor groups.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Request&Type=List&SubType=GXT_FLOORGROUPS_TBL
-
Response:
Copy7=Floor Group 1&8=Floor Group 2
Detail
Request the details of a specific floor group.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Request&Type=Detail&SubType=GXT_FLOORGROUPS_TBL&RecId=<RecId>
-
Response:
CopyFloorGroupId=7&Name=Floor Group 1&IncludeAllFloorsEx=false&FloorId0=1&FloorId1=2&FloorSchedule0=2147483647&FloorSchedule1=2147483647
Update
Update a specific floor group.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Command&Type=Submit&SubType=GXT_FLOORGROUPS_TBL&FloorGroupId=1&Name=Office Floors
-
Response:
CopyOK
Create
Create a floor group. To create a floor group, use the same parameters as update but leave the FloorGroupId empty.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Command&Type=Submit&SubType=GXT_FLOORGROUPS_TBL&FloorGroupId=&Name=Floor Group 1&IncludeAllFloorsEx=false&FloorId0=1&FloorId1=2&FloorSchedule0=2147483647&FloorSchedule1=2147483647
-
Response:
CopyOK
Delete
Delete a specific floor group.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Command&Type=Delete&SubType=GXT_FLOORGROUPS_TBL&RecId=<RecId>
-
Response:
CopyOK
Parameters
Parameter |
Display Name |
Default Value |
Description |
---|---|---|---|
FloorGroupId |
Database ID |
7 |
The Detail, Control and Delete APIs use this value as the RecId. |
Name |
Name |
Floor Group 1 |
|
IncludeAllFloorsEx |
|
false |
This is a legacy option that has no effect. |
FloorId* |
Floor |
1 |
|
FloorSchedule* |
Schedule |
2147483647 |
|
Parameters that contain multiple values are documented as <Parameter Name>*, where * is the index of the value. See Programming.